FlexGrid for WPF
GridRowColCollection<T> クラス
メンバ 

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 : GridRowColCollection<T> クラス
列と行の基本コレクションクラス
オブジェクト モデル
GridRowColCollection<T> クラス
シンタックス
'宣言
 
Public MustInherit Class GridRowColCollection(Of T As GridRowCol) 
   Inherits C1.DataCollection.C1DataCollectionList(Of T)
public abstract class GridRowColCollection<T> : C1.DataCollection.C1DataCollectionList<T> 
where T: GridRowCol
型パラメータ
T
継承階層

System.Object
   C1.DataCollection.C1DataCollectionList<T>
      C1.WPF.Grid.GridRowColCollection<T>
         C1.WPF.Grid.GridColumnCollection
         C1.WPF.Grid.GridRowCollection

参照

GridRowColCollection<T> メンバ
C1.WPF.Grid 名前空間